home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 September / CHIP NET Rehberi Eylül 1998.iso / tools / dbpage / _setup.1 / DBPage.exe / 0 / RCDATA / TDBFSETTINGS / TDBFSETTINGS.txt
Text File  |  1997-05-06  |  4KB  |  175 lines

  1. object DBFSettings: TDBFSettings
  2.   Left = 200
  3.   Top = 108
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Database Settings'
  7.   ClientHeight = 247
  8.   ClientWidth = 340
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnActivate = FormActivate
  15.   OnClose = FormClose
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object BitBtn1: TBitBtn
  19.     Left = 132
  20.     Top = 208
  21.     Width = 75
  22.     Height = 25
  23.     TabOrder = 0
  24.     Kind = bkClose
  25.   end
  26.   object GroupBox1: TGroupBox
  27.     Left = 13
  28.     Top = 16
  29.     Width = 315
  30.     Height = 177
  31.     Caption = 'Database Settings'
  32.     Font.Color = clBlack
  33.     Font.Height = -11
  34.     Font.Name = 'MS Sans Serif'
  35.     Font.Style = [fsBold]
  36.     ParentFont = False
  37.     TabOrder = 1
  38.     object Label4: TLabel
  39.       Left = 56
  40.       Top = 34
  41.       Width = 83
  42.       Height = 16
  43.       Alignment = taRightJustify
  44.       Caption = 'Hide Deleted:'
  45.       Font.Color = clBlack
  46.       Font.Height = -13
  47.       Font.Name = 'MS Sans Serif'
  48.       Font.Style = []
  49.       ParentFont = False
  50.     end
  51.     object Label1: TLabel
  52.       Left = 55
  53.       Top = 58
  54.       Width = 84
  55.       Height = 16
  56.       Alignment = taRightJustify
  57.       Caption = 'Show Century:'
  58.       Font.Color = clBlack
  59.       Font.Height = -13
  60.       Font.Name = 'MS Sans Serif'
  61.       Font.Style = []
  62.       ParentFont = False
  63.     end
  64.     object Label3: TLabel
  65.       Left = 46
  66.       Top = 82
  67.       Width = 93
  68.       Height = 16
  69.       Alignment = taRightJustify
  70.       Caption = 'Translate OEM:'
  71.       Font.Color = clBlack
  72.       Font.Height = -13
  73.       Font.Name = 'MS Sans Serif'
  74.       Font.Style = []
  75.       ParentFont = False
  76.     end
  77.     object Label2: TLabel
  78.       Left = 62
  79.       Top = 132
  80.       Width = 77
  81.       Height = 16
  82.       Alignment = taRightJustify
  83.       Caption = 'Date Format:'
  84.       Font.Color = clBlack
  85.       Font.Height = -13
  86.       Font.Name = 'MS Sans Serif'
  87.       Font.Style = []
  88.       ParentFont = False
  89.     end
  90.     object Label5: TLabel
  91.       Left = 31
  92.       Top = 106
  93.       Width = 108
  94.       Height = 16
  95.       Alignment = taRightJustify
  96.       Caption = 'Translate Memos:'
  97.       Font.Color = clBlack
  98.       Font.Height = -13
  99.       Font.Name = 'MS Sans Serif'
  100.       Font.Style = []
  101.       ParentFont = False
  102.     end
  103.     object cbDeleted: TCheckBox
  104.       Left = 148
  105.       Top = 33
  106.       Width = 97
  107.       Height = 17
  108.       Font.Color = clBlack
  109.       Font.Height = -13
  110.       Font.Name = 'MS Sans Serif'
  111.       Font.Style = []
  112.       ParentFont = False
  113.       TabOrder = 0
  114.     end
  115.     object cbCentury: TCheckBox
  116.       Left = 148
  117.       Top = 57
  118.       Width = 97
  119.       Height = 17
  120.       Font.Color = clBlack
  121.       Font.Height = -13
  122.       Font.Name = 'MS Sans Serif'
  123.       Font.Style = []
  124.       ParentFont = False
  125.       TabOrder = 1
  126.     end
  127.     object cbTranslate: TCheckBox
  128.       Left = 148
  129.       Top = 81
  130.       Width = 97
  131.       Height = 17
  132.       Font.Color = clBlack
  133.       Font.Height = -13
  134.       Font.Name = 'MS Sans Serif'
  135.       Font.Style = []
  136.       ParentFont = False
  137.       TabOrder = 2
  138.     end
  139.     object cbDateType: TComboBox
  140.       Left = 148
  141.       Top = 129
  142.       Width = 136
  143.       Height = 24
  144.       Style = csDropDownList
  145.       Font.Color = clBlack
  146.       Font.Height = -13
  147.       Font.Name = 'MS Sans Serif'
  148.       Font.Style = []
  149.       ItemHeight = 16
  150.       Items.Strings = (
  151.         'American'
  152.         'Ansi'
  153.         'British'
  154.         'French'
  155.         'German'
  156.         'Italian'
  157.         'Spanish')
  158.       ParentFont = False
  159.       TabOrder = 4
  160.     end
  161.     object cbMemo: TCheckBox
  162.       Left = 148
  163.       Top = 105
  164.       Width = 97
  165.       Height = 17
  166.       Font.Color = clBlack
  167.       Font.Height = -13
  168.       Font.Name = 'MS Sans Serif'
  169.       Font.Style = []
  170.       ParentFont = False
  171.       TabOrder = 3
  172.     end
  173.   end
  174. end
  175.